home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #12 / Amiga Plus CD - 2002 - No. 12.iso / AmigaOS / Vollversion / MetaView / ARexx-Examples / send-to-drawstudio.rexx < prev    next >
Encoding:
OS/2 REXX Batch file  |  2002-11-17  |  191 b   |  9 lines

  1. /* Script to send pictures from MetaView to another aplication
  2. ** Application: DrawStudio
  3. ** Henk Jonas 2.6.00
  4. */
  5. PARSE ARG FILE datei
  6. SAY datei
  7. ADDRESS DRAWSTUDIO
  8. PROJECT_OPEN datei
  9.